home *** CD-ROM | disk | FTP | other *** search
- <refentry id="libgimp-gimplimits" revision="19 Jan 2001">
- <refmeta>
- <refentrytitle>gimplimits</refentrytitle>
- <manvolnum>3</manvolnum>
- <refmiscinfo>LIBGIMP Library</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>gimplimits</refname><refpurpose>Boundaries of some GIMP data types and some global constants.</refpurpose>
- </refnamediv>
-
- <refsynopsisdiv><title>Synopsis</title>
- <synopsis>
-
-
-
- #define <link linkend="GIMP-MIN-IMAGE-SIZE-CAPS">GIMP_MIN_IMAGE_SIZE</link>
- #define <link linkend="GIMP-MAX-IMAGE-SIZE-CAPS">GIMP_MAX_IMAGE_SIZE</link>
- #define <link linkend="GIMP-MIN-RESOLUTION-CAPS">GIMP_MIN_RESOLUTION</link>
- #define <link linkend="GIMP-MAX-RESOLUTION-CAPS">GIMP_MAX_RESOLUTION</link>
- #define <link linkend="GIMP-CHECK-SIZE-CAPS">GIMP_CHECK_SIZE</link>
- #define <link linkend="GIMP-CHECK-SIZE-SM-CAPS">GIMP_CHECK_SIZE_SM</link>
- #define <link linkend="GIMP-CHECK-DARK-CAPS">GIMP_CHECK_DARK</link>
- #define <link linkend="GIMP-CHECK-LIGHT-CAPS">GIMP_CHECK_LIGHT</link>
- </synopsis>
- </refsynopsisdiv>
-
-
-
-
-
- <refsect1>
- <title>Description</title>
- <para>
- Boundaries of some GIMP data types and some global constants.
-
- </para>
- </refsect1>
-
- <refsect1>
- <title>Details</title>
- <refsect2>
- <title><anchor id="GIMP-MIN-IMAGE-SIZE-CAPS">GIMP_MIN_IMAGE_SIZE</title>
- <programlisting>#define GIMP_MIN_IMAGE_SIZE 1
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-MAX-IMAGE-SIZE-CAPS">GIMP_MAX_IMAGE_SIZE</title>
- <programlisting>#define GIMP_MAX_IMAGE_SIZE 16777216 /* 2^24 */
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-MIN-RESOLUTION-CAPS">GIMP_MIN_RESOLUTION</title>
- <programlisting>#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-MAX-RESOLUTION-CAPS">GIMP_MAX_RESOLUTION</title>
- <programlisting>#define GIMP_MAX_RESOLUTION 65536.0
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-CHECK-SIZE-CAPS">GIMP_CHECK_SIZE</title>
- <programlisting>#define GIMP_CHECK_SIZE 8
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-CHECK-SIZE-SM-CAPS">GIMP_CHECK_SIZE_SM</title>
- <programlisting>#define GIMP_CHECK_SIZE_SM 4
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-CHECK-DARK-CAPS">GIMP_CHECK_DARK</title>
- <programlisting>#define GIMP_CHECK_DARK 0.4 /* corresponds to GRAY_CHECKS as */
- </programlisting>
- <para>
-
- </para></refsect2>
- <refsect2>
- <title><anchor id="GIMP-CHECK-LIGHT-CAPS">GIMP_CHECK_LIGHT</title>
- <programlisting>#define GIMP_CHECK_LIGHT 0.6 /* defined in app/image_render.c */
- </programlisting>
- <para>
-
- </para></refsect2>
-
- </refsect1>
-
-
-
-
- </refentry>
-